<xs:simpleType name="ShopifyLocationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Shopify location.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0" />
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
|